Window.RefreshRect Method
Repaints only the region of the window specified. If the optional parameter EraseBackground is True, the background will be erased prior to redrawing the area.
Syntax
Window.RefreshRect X, Y, Width, Height, [EraseBackground]
Parameters | |
X |
|
Y |
|
Width |
|
Height |
|
EraseBackground (Optional) |
The default is True.